home *** CD-ROM | disk | FTP | other *** search
/ Chip: Net Guide / CHIP NET Rehberi Eylül 1998.iso / ftp / fpb.exe / _SETUP.1 / FlyPage Backup.exe / 0 / RCDATA / TFTP_PROFILESTATUS / TFTP_PROFILESTATUS.txt
Encoding:
Text File  |  1998-04-23  |  3.1 KB  |  144 lines

  1. object FTP_ProfileStatus: TFTP_ProfileStatus
  2.   Left = 140
  3.   Top = 149
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Flypage Web Backup Schedule'
  7.   ClientHeight = 284
  8.   ClientWidth = 456
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   Visible = True
  17.   OnClose = FormClose
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 229
  24.     Width = 456
  25.     Height = 55
  26.     Align = alBottom
  27.     TabOrder = 0
  28.     object ExplorerButton1: TExplorerButton
  29.       Left = 8
  30.       Top = 8
  31.       Width = 441
  32.       Height = 40
  33.       Caption = 'Done'
  34.       DropDownStyle = ddsIExplorer
  35.       Options = [boPopupMark, boShowBevel, boShowDownPattern]
  36.       CustomWidth = 441
  37.       CustomHeight = 40
  38.       OnClick = ExplorerButton1Click
  39.       IBitmap = {}
  40.     end
  41.   end
  42.   object Panel2: TPanel
  43.     Left = 0
  44.     Top = 0
  45.     Width = 456
  46.     Height = 181
  47.     Align = alClient
  48.     TabOrder = 1
  49.     object ListBox1: TListBox
  50.       Left = 5
  51.       Top = 5
  52.       Width = 444
  53.       Height = 169
  54.       ItemHeight = 13
  55.       TabOrder = 0
  56.     end
  57.   end
  58.   object Panel3: TPanel
  59.     Left = 0
  60.     Top = 181
  61.     Width = 456
  62.     Height = 48
  63.     Align = alBottom
  64.     TabOrder = 2
  65.     object Label1: TLabel
  66.       Left = 56
  67.       Top = 2
  68.       Width = 335
  69.       Height = 40
  70.       Alignment = taCenter
  71.       Caption = 
  72.         'The above listed backup profiles are now active and awaiting pro' +
  73.         'cessing'
  74.       Font.Charset = DEFAULT_CHARSET
  75.       Font.Color = clBlue
  76.       Font.Height = -16
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = []
  79.       ParentFont = False
  80.       WordWrap = True
  81.     end
  82.   end
  83.   object Table1: TTable
  84.     Active = True
  85.     Filter = 'ACTIVE=True'
  86.     Filtered = True
  87.     DatabaseName = 'FPB'
  88.     TableName = 'FTP Profiles.DBF'
  89.     Left = 16
  90.     Top = 16
  91.     object Table1PROFILE: TStringField
  92.       FieldName = 'PROFILE'
  93.       Size = 40
  94.     end
  95.     object Table1KIND: TStringField
  96.       FieldName = 'KIND'
  97.       Size = 100
  98.     end
  99.     object Table1INTERVAL: TSmallintField
  100.       FieldName = 'INTERVAL'
  101.     end
  102.     object Table1TIME: TStringField
  103.       FieldName = 'TIME'
  104.     end
  105.     object Table1TARGET_LOC: TStringField
  106.       FieldName = 'TARGET_LOC'
  107.       Size = 200
  108.     end
  109.     object Table1ROTATE_DIR: TBooleanField
  110.       FieldName = 'ROTATE_DIR'
  111.     end
  112.     object Table1DTSTAMP_DI: TBooleanField
  113.       FieldName = 'DTSTAMP_DI'
  114.     end
  115.     object Table1EMAIL: TBooleanField
  116.       FieldName = 'EMAIL'
  117.     end
  118.     object Table1EM_ADDR: TStringField
  119.       FieldName = 'EM_ADDR'
  120.       Size = 100
  121.     end
  122.     object Table1LASTDIR: TStringField
  123.       FieldName = 'LASTDIR'
  124.       Size = 1
  125.     end
  126.     object Table1PERFORM_IN: TStringField
  127.       FieldName = 'PERFORM_IN'
  128.       Size = 100
  129.     end
  130.     object Table1LASTDONE: TStringField
  131.       FieldName = 'LASTDONE'
  132.       Size = 100
  133.     end
  134.     object Table1ACTIVE: TBooleanField
  135.       FieldName = 'ACTIVE'
  136.     end
  137.   end
  138.   object DataSource1: TDataSource
  139.     DataSet = Table1
  140.     Left = 16
  141.     Top = 48
  142.   end
  143. end
  144.